home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / mc51bugs.zip / Q32510 < prev    next >
Text File  |  1988-07-21  |  603b  |  25 lines

  1. Q32510 General Protect Fault when Compiling
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.    The following short program will cause a general protection fault
  8. when it is compiled with the defaults in OS/2:
  9.  
  10. int GPF(int i);
  11. PLAYOUT  GenLayout  (void);
  12.  
  13.    Microsoft has confirmed this to be a problem in Version 5.10 of the
  14. C compiler. We are researching this problem and will post new
  15. information as it becomes available.
  16.    You can work around this problem by changing the function prototype
  17. to the following:
  18.  
  19. int GPF(int);
  20.  
  21.  
  22.  
  23. Keywords:  buglist5.10
  24. Updated  88/07/21 03:19
  25.